Compass

interface Compass : Instrument

Instrument that informs about the drone current heading.

This instrument can be obtained from a drone using: drone.getInstrument(Compass::class.java)

See also

Drone.getInstrument

Properties

Link copied to clipboard
abstract val heading: Double?

Current drone heading.